TableMaker Instructions |
---|
TableMaker will take your comma or tab-delimited data and convert it into HTML tables. You have control over many formatting options including the border, width, height, cell padding, cell spacing, caption, column spanning, row spanning, header cells, and horizontal alignment. Your formatting options are stored in settings files and you can save and reuse them as you please.
It is very easy to use -- just drag and drop one or more text files containing comma or tab-delimited data onto TableMaker. A dialog box will open up for you to select a settings file you want to use, and new HTML files are created containing your tables. Each data file can even have more than one set of data separated by a blank line and the resulting HTML file will have separate tables for each set of data. Please note that the dialog box will not have instructions that you should select a settings file. If you select a different type of file, then TableMaker should recognize the mistake and give you another chance.
TableMaker is shareware, but don't worry, it's very cheap. In fact, I think you should pay for it only if it has been helpful to you. No guilt, no pressure, it's your call. If you feel TableMaker has saved you a lot of time in preparing HTML tables, then please send $5.00 (cash, check or money order) to the following address:
Sam Choukri
406 Tucker Hall, UMC
Columbia, MO 65211
To use TableMaker, you need to drag and drop one or more data files onto it. The data files should contain either comma or tab-delimited text and nothing else. Save the tables from your word processor, database, or spread sheet applications as comma or tab-delimited text files for an easy way to convert them into HTML tables. Here is an example of comma-delimited text and what the resultant HTML table would look like (with a border=1 and the first row as a header).
Animals,Beatles,Cars,Cowboys tiger,John,Celica,Troy shark,Paul,Sentra,Emmitt dog,George,Civic,Michael cat,Ringo,Ferrari,Deion
Animals | Beatles | Cars | Cowboys |
---|---|---|---|
tiger | John | Celica | Troy |
shark | Paul | Sentra | Emmitt |
dog | George | Civic | Michael |
cat | Ringo | Ferrari | Deion |
The data files you drop onto TableMaker are processed and the same number of files are created with the same file names, but with an ".html" extension. The output files contain the HTML tables and you can open them in your favorite web browser to see how they look. Since file names can't be longer than 31 characters, the file names will be shortened as needed to make room for the ".html" extension. The original files are left in their original state.
When you drag and drop files onto TableMaker, a dialog box will open up for you to specify a settings file. The settings file contains which formatting options you want for the output tables. I've included many example settings files in the "Settings Files" folder. I've named the files the best I can to give you some idea of the formatting options they specify. The most important option is whether you want to use a comma or a tab for the delimiter. You'll notice that all the settings files begin either with the name "comma" or "tab" so you can quickly figure out which one to use for your data.
The settings files I included are just samples and I'm sure you'll eventually want to make additional ones. TableMaker can guide you through the creation of new settings files by asking you a series of questions. To create a new settings file, double-click the TableMaker application and a menu of options will appear. Select the option to create a new settings file and then follow the instructions from there.
In addition, you can open any existing settings file in your favorite text editor and change the formatting options manually to suit your needs. The instructions for editing a settings file are included within the file itself, but an example of what you can modify is listed below:
$BORDER = '';
Notice how there isn't any value between the single quotes. This tells TableMaker to make your tables without any borders. If you want your tables to have a border of 5 pixels, you would change the above to read as such:
$BORDER = '5';
Now there is a 5 within the single quotes and your tables will have a border of 5 pixels when using that settings file.
You can modify all the other options in a similar way. Some options require numbers, some require specific text, but your choices will be listed within the settings file. Just be careful that you only modify the values between the single quotes. If you modify anything else, you may prevent TableMaker from being able to use that settings file.
As of version 1.1, you can double-click the TableMaker application to see a menu of options which will make the program easier and faster to use. Here are the available options:
Copyright © 1995, 1996 by Sam Choukri
Send comments or suggestions to sam@pobox.com
Document update: May 17, 1996